home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / command-not-found / README < prev   
Text File  |  2009-10-13  |  397b  |  11 lines

  1. This application implements the command-not-found spec at:
  2. https://wiki.ubuntu.com/CommandNotFoundMagic
  3.  
  4. To use it in bash, please add the following line to your .bashrc file:
  5. . /etc/bash_command_not_found
  6.  
  7. To use it in zsh, please add the following line to your .zshrc file:
  8. . /etc/zsh_command_not_found
  9. Note that it overrides the preexec and precmd functions, in case you have
  10. defined your own.
  11.